CommandName{drawLine}HelpPath{Special}ReturnValue{}OpenBrace{ }Parameters{handle gadget, int startX, int startY, int endX, int endY}CloseBrace{}Description{Draws a line on a canvas gadget between the specified points using the current drawing line colour.}ReturnDescription{}Param1{gadget}Param1Desc{Handle to a canvas gadget.}Param2{startX}Param2Desc{The starting X position of the line}Param3{startY}Param3Desc{The starting Y position of the line}Param4{endX}Param4Desc{The ending X point of the line}Param5{endY}Param5Desc{The ending Y position of the line}